home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
bbsutils
/
vwgif21.arj
/
VIEWCOMP.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-02-10
|
188b
|
17 lines
@ECHO OFF
CLS
IF EXIST xvwgifx.bat DEL xvwgifx.bat
viewgif %1
IF EXIST xvwgifx.bat GOTO VIEWGIF
DATAVIEW e:\wc30\dataview.cfg %1
goto DONE
:VIEWGIF
xvwgifx.bat
:DONE